﻿@charset "utf-8";


/*@font-face {
    font-family: 'robotoCondensedBold';
    src: url('../fonts/Roboto-Bold.ttf');
    src: local('?'), url('../fonts/Roboto-Regular.woff') format('woff')
}*/
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../Fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../Fonts/Roboto-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('../Fonts/Roboto-Black.ttf') format('truetype');
}
/*BUTTOM*/
#btnhamburger {
    position: absolute;
    top: 0;
    z-index: 1;
}
/*menu button*/
.menu {
    position: absolute;
    top: 20px;
    /*left: 20px*/
    right: 20px;
}

    .menu i {
        line-height: normal;
        font-size: 35px
    }

/*GENERAL*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 1.3;
    /*min-width: 1200px;*/
}

.wrapper {
    /*width: 1200px;
    margin: 0 auto;*/
}
/*li.site-menu-item > a:last-child {
    animation-name: COVID19;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}*/
 

    


@keyframes COVID19 {
    0% {
        color: white;
      
    }
    25% {
        color: red;
    }
    /*50% {
        color: white;
    }*/
    75% {
        color: red;
    }
    100% {
        color: white;
       
    }
}

.image-captioned {
    margin-bottom: 2%;
    text-align: center;
    background-color: #e3e3e3;
    font-style: italic;
}
figcaption{
    margin-top: 5px;
    margin-bottom:5px;
}
a {
    text-decoration: none;
    border: none;
    color: inherit;
}

ul {
    list-style: none;
}

.detail-article ul {
    list-style: initial;
}

.detail-article p a {
    text-decoration: underline;
}

.clearfix:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    clear: both;
}

img {
    vertical-align: middle;
    border-style: none;
}

.box-img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
    margin-bottom: 8px;
}

    .box-img img {
        width: 100%;
        position: absolute;
        top: 0;
        min-height: 100%;
    }

p {
    margin: 10px 0;
}

.sapo {
    line-height: 1.4;
    color: #666;
}

.banner img {
    margin-bottom: 15px;
}

.box-title .title {
    color: #414042;
    font-weight: bold;
}

    .box-title .title:hover {
        color: #c49d6b !important;
        text-decoration: none !important;
    }

/* video display radio */

.embed-ifame {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
}

#youtubeplayer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* TOP BAR */

#top-bar {
    height: 26px;
    background-color: #e9e9e9;
    line-height: 26px;
    font-size: 12px;
}

    #top-bar .redColor {
        color: red;
    }

.top-info {
    float: left;
}

.top-search {
    float: right;
}

.top-info .email {
    color: #1d5293;
}

.top-info .phone {
    display: inline-block;
    margin-right: 10px;
}

.top-info i {
    margin-right: 5px;
    color: #414042;
}

.change-lang span {
    display: inline-block;
    width: 21px;
    height: 26px;
    vertical-align: bottom;
}

/*.change-lang .vi {
    background: url(../images/vn.png) left center no-repeat;
}

.change-lang .uk {
    background: url(../images/uk.png) left center no-repeat;
}
*/
#frmSearch {
    float: right;
    width: 225px;
    position: relative;
    margin-left: 5px;
}

    #frmSearch input[type="text"] {
        height: 23px;
        width: 100%;
        padding-left: 5px;
        border: none;
        box-sizing: border-box;
    }

    #frmSearch input[type="submit"] {
        height: 14px;
        width: 15px;
        background: url(../images/search-ico.png) center center no-repeat;
        border: none;
        position: absolute;
        right: 3px;
        top: 5px;
        outline: none;
    }

/* LOGO BAR */

#logo-bar {
    /*height: 107px;*/
}

.site-logo {
    display: block;
    float: left;
    margin-top: 20px;
    position: relative;
}

.site-name {
    text-transform: uppercase;
    color: #ed2f2b;
    position: absolute;
    display: block;
    width: 240px;
    font-size: 11px;
    font-family: robotoCondensedBold;
    left: 55px;
    bottom: -3px;
}

/* NAV BAR */

#nav-bar {
    height: 40px;
    background: #c49d6b;
}

    #nav-bar li {
        display: block;
        float: left;
        padding: 0 15px;
        position: relative;
    }

        #nav-bar li.active,
        #nav-bar li:hover {
            background: #9a8159;
        }

        #nav-bar li:first-child {
            padding-left: 0;
        }

            #nav-bar li:first-child:hover {
                background: #caa779;
            }

            #nav-bar li:first-child i {
                font-size: 18px;
                color: #fff;
            }

            #nav-bar li:first-child:hover i {
                color: #ff0000;
            }

        #nav-bar li > a {
            color: #fff;
            font-family: 'Times New Roman', Times, serif;
            line-height: 40px;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: bold;
        }

            #nav-bar li > a:hover {
                text-decoration: none
            }

.nav-sub {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 99999;
    display: none;
    background-color: #caa779;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    width: 170px;
}

    .nav-sub a {
        display: block;
        font-size: 0.9rem;
        padding: 10px;
        color: #fff;
        font-family: roboto condensed;
    }

        .nav-sub a:hover {
            background-color: #d0b188;
            text-decoration: none
        }

#nav-bar li:hover .nav-sub {
    display: block;
}

@media screen and (max-width:1200px) {
    .nav-sub {
        top: 30px;
    }
}
@media screen and (max-width:1200px) {
    .nav-sub a {
        line-height: 10px !important;
    }
}

.drop-ico {
    color: #fff;
}

/* TICKER BAR */

#ticker-bar {
    height: 38px;
    border-bottom: 1px solid #e8e8e8;
}

    #ticker-bar .marquee {
        -webkit-marquee: auto medium infinite scroll normal;
        margin: 0 auto;
        white-space: nowrap;
        overflow: hidden;
        box-sizing: border-box;
        /*font: 24px 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
     font-weight: bold;*/
    }

.marquee span {
    display: inline-block;
    padding-left: 100%;
    /* show the marquee just outside the paragraph */
    animation: marquee 50s linear infinite;
}

    .marquee span:hover {
        -moz-animation-play-state: paused;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.ticker {
    display: block;
    float: left;
    width: 100%;
}

.ticker-title {
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    color: #414042;
    line-height: 38px;
    display: block;
    float: left;
    width: 100px;
    font-size: 12px;
    font-weight: bolder;
    margin-right: 5px;
}

    .ticker-title i {
        color: red;
        margin-right: 3px;
    }

.marquee span a {
    font-size: 12px;
    color: #545355;
    line-height: 38px;
    display: inline-block;
    margin-right: 10px;
}

    .marquee span a:hover {
        cursor: pointer
    }

    .marquee span a:before {
        content: 'o';
        font-size: 10px;
        margin-right: 5px;
        color: #404040;
        position: relative;
        top: -2px;
    }

/* MAIN LAYOUT */

main {
    padding: 15px 0;
}

.mainbar {
    /*width: 884px;*/
    float: left;
}

.sidebar {
    /*width: 300px;*/
    float: right;
}

.main-news .title {
    font-size: 18px;
}

.box-news {
    margin-bottom: 25px;
}

    .box-news .container {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 25px;
    }

    .box-news:last-child .container {
        border: none;
    }

    .box-news.no-border .container {
        border: none;
        padding-bottom: 0;
    }

.cat-head {
    margin-bottom: 15px;
}

    .cat-head a:hover {
        text-decoration: none;
        color: #a47b4e;
    }

.cat-name {
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    float: left;
}

.cat-name-1 {
    color: #a47b4e !important;
}

.cat-name-2 {
    color: red;
}

.category-1 .main-news {
    /*width: 570px;*/
    float: left;
}

.category-1 .older-news {
    width: 100%;
    float: right;
}

.box-img.imgFloat-1 {
    width: 40%;
    display: block;
    float: right;
    margin-left: 10px;
    padding-top: 22.5%;
}

.box-img.imgFloat-2 {
    width: 60%;
    display: block;
    float: left;
    margin-right: 15px;
    padding-top: 33.75%;
}
/* List layout */
.list-hr2 li {
    width: 49%;
    margin-bottom: 10px;
    float: left;
    margin-right: 2%;
}

    .list-hr2 li:nth-child(2n) {
        margin-right: 0;
    }

    .list-hr2 li:nth-child(2n+1) {
        clear: both;
    }

.list-hr3 li {
    width: 32.26%;
    float: left;
    margin-right: 1.6%;
    margin-bottom: 10px;
}

    .list-hr3 li:nth-child(3n) {
        margin-right: 0;
    }

    .list-hr3 li:nth-child(3n+1) {
        clear: both;
    }

.list-hr4 li {
    width: 23%;
    float: left;
    margin-right: 2.6%;
    margin-bottom: 10px;
}

    .list-hr4 li:nth-child(4n) {
        margin-right: 0;
    }

    .list-hr4 li:nth-child(4n+1) {
        clear: both;
    }

.list-vt li {
    width: 100%;
    margin-bottom: 15px;
}

.list-vt.bordered-bottom li {
    background: url(../Images/border.jpg) bottom left repeat-x;
    padding-bottom: 15px;
}

/*.list-vt.bordered-bottom li:last-child {
    background: none;
    padding-bottom: 0;
    margin-bottom: 0;
}*/

/* COVERAGE */

.coverage {
    /*width: 622px;*/
    float: left;
    /*margin-right: 16px;*/
}

    .coverage .main-news {
        margin-bottom: 15px;
    }

        .coverage .main-news .box-img {
            margin-bottom: 10px;
        }

        .coverage .main-news .title {
            font-size: 22px;
        }

    .coverage .sapo {
        margin-top: 5px;
    }
/* TOP3 */
.top3 {
    /*width: 246px;*/
    float: left;
    padding-left: 0px;
    padding-right: 0px;
}

.banner728x90 {
    float: right;
}

    .banner728x90 img {
        margin-bottom: 0;
    }

.top3 .box-title .label {
    background: #c49d6b;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 5px;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
}

.top3 .box-title .title {
    line-height: 1.6;
}
/* TIỆN ÍCH */
.uti li {
    text-align: center;
    font-size: 90px;
    background: #c49d6b;
    color: #fff;
    border-radius: 10px;
    min-height: 145px;
}
@media only screen and (max-width: 1024px) and (max-height: 768px) {
    .uti li {
        min-height:unset;
    }
}

    .uti li:hover {
        background: #caa779;
    }

    .uti li path:hover {
        color: white;
    }

/* VIDEO HOMEPAGE */
.box-video .older-news {
    margin-top: 10px;
    list-style: square;
    list-style-position: inside;
}

    .box-video .older-news li {
        margin-bottom: 5px;
    }

.box-video .main-news .box-title {
    margin-top: 5px;
}

.box-video .main-news .title {
    font-size: 16px;
    display: block;
    margin-top: 8px;
}

.icon-video, .icon-photo {
    display: inline-block;
    color: #868686;
    margin-left: 5px;
}
/* CÔNG BỐ THÔNG TIN */
.vb {
    margin-top: 15px;
}

    .vb .title {
        font-weight: bold;
    }

        .vb .title:hover {
            text-decoration: underline;
        }
/* VIDEO PAGE */
.video-frame {
    width: 800px;
    float: left;
}

.video-info {
    width: 380px;
    float: right;
}

    .video-info h1 {
        margin-top: 0;
    }

.video-frame .video-container,
.embed-ifame {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
}

    .video-frame .video-container #youtubeplayer,
    .video-frame .video-container video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.bx-date {
    font-weight: 100;
    color: #ababab;
    font-size: 14px;
}

.bx-author
.bx-belong {
    font-weight: bold;
}

.bx-belong a {
    font-weight: normal;
    font-style: italic;
}

    .bx-belong a:hover {
        color: #c49d6b;
    }

.box-detail-video .xem-them {
    float: right;
    text-transform: uppercase;
    color: red;
    font-weight: bold;
}

    .box-detail-video .xem-them:hover {
        text-decoration: underline;
    }
/* SLIDER DỰ ÁN */

.bx-pager {
    text-align: center;
    margin: 20px auto 0 auto;
}

.bx-pager-item {
    display: inline;
}

    .bx-pager-item a {
        text-indent: -9999px;
        display: inline-block;
        width: 8px;
        height: 8px;
        /*background: url(../images/dish-ico-grey.png) center center no-repeat;*/
        margin-right: 3px;
    }

        .bx-pager-item a.active {
            /*background: url(../images/dish-ico-red.png) center center no-repeat;*/
        }

/* TIN TỨC */

.blog .older-news .box-title {
    margin-bottom: 10px;
}

.blog .main-news .box-title {
    margin-bottom: 10px;
}

.blog .main-news .title {
    font-size: 20px;
}

/* QUAN HỆ CỔ ĐÔNG */

.related-news {
    margin-top: 10px;
}

    .related-news a {
        font-weight: bold;
        color: #414042;
        vertical-align: sub;
    }

    .related-news ul {
        /*list-style-image: url(../images/square-bullet.png);*/
        list-style-position: inside;
    }

.stock .main-news .sapo {
    margin-top: 10px;
}

.stock .main-news .title {
    font-size: 16px;
}

.stock .older-news .box-img {
    display: none;
}

.stock .older-news li:first-child .box-img {
    display: block;
}

.stock .older-news li {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

/* VĂN BẢN ĐIỆN TỬ */
.vbdt .publish-date,
.vbdt .sapo {
    font-size: 12px;
}

.vbdt .publish-date {
    margin: 3px 0;
    color: #999;
}

/* SCROLLBAR */
.list-vbdt {
    height: 350px;
}

.mCSB_draggerRail {
    width: 1px !important;
    background-color: #e1e1e1 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3px !important;
    background-color: #414042 !important;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #414042 !important;
}

.mCSB_inside > .mCSB_container {
    margin-right: 10px !important;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    right: -13px !important;
}

/* THÀNH VIÊN */
.member .colum {
    /*width: 290px;*/
    float: left;
    /*margin-right: 20px;*/
    box-sizing: border-box;
    /*padding-right: 20px;*/
    /*background: url(../images/bd-gradient.png) right top no-repeat;*/
    margin-bottom: 20px;
}

    .member .colum:nth-child(4n) {
        /*width: 270px;*/
        margin-right: 0;
        padding-right: 0;
        background: none;
    }

.mem-name {
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    color: #c69c71;
    display: block;
    float: right;
    margin-top: 10px;
    font-weight: bold;
}

    .mem-name:hover {
        color: #96785a;
    }

.mem-logo {
    width: 50px;
}

.mem-add-short {
    font-family: Arial;
    color: #414042;
    font-weight: bold;
    margin: 10px 0;
}

.mem-more-detail {
    font-size: 12px;
    color: #666;
}

    .mem-more-detail p {
        margin: 5px 0;
    }

        .mem-more-detail p.mem-web a {
            color: #c39e6e;
        }

/* SẢN PHẨM - DỊCH VỤ */
.promise {
    font-style: italic;
    color: #737373;
}

.fea-item {
    /*min-width: 386px;*/
    /*height: 162px;*/
    min-height: 170px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    padding: 18px;
    /*margin-right: 21px;*/
    margin-bottom: 21px;
}

    .fea-item:nth-child(3n) {
        margin-right: 0;
    }

    .fea-item img {
        display: block;
        float: left;
        margin-right: 20px;
    }

    @media (min-width:992px){
        .fea-item{
            min-height:250px;
        }
    }
@media (max-width:991px) {
    .fea-item {
        min-height: 270px;
    }
}
.fea-name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
}

    .fea-name a:hover {
        color: #c49d6b;
        text-decoration: none;
    }

.fea-detail {
    list-style-type: disc;
    list-style-position: inside;
    color: #666;
}

    .fea-detail li {
        margin-bottom: 3px;
    }

/* CAM KẾT */
.guarantee {
    text-align: center;
}

    .guarantee .title {
        text-transform: uppercase;
        font-size: 30px;
        font-family: robotoCondensedBold;
        color: #ed2f2b;
    }

    .guarantee p {
        color: #666;
        font-size: 16px;
        line-height: 1.5;
    }

/* FOOTER */

.map {
    height: 558px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .map .bg-img {
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
        min-width: 100%;
    }

    .map .contact-form {
        background: white;
        position: absolute;
        right: 55px;
        bottom: 26px;
        width: 410px;
        height: 277px;
        box-shadow: -3px 3px 9px 2px black;
        padding: 20px 40px;
        box-sizing: border-box;
    }

    .map .opacity-layer {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.44);
    }

    .map .form-title {
        text-transform: uppercase;
        font-size: 30px;
        font-family: robotoCondensedBold;
        border-bottom: 1px solid #414042;
        padding-bottom: 4px;
        margin-bottom: 15px;
    }

    .map .form-info {
        color: #666;
        margin-bottom: 20px;
    }

        .map .form-info p {
            margin: 10px 0;
        }

            .map .form-info p i {
                min-width: 20px;
            }

    .map .form-name {
        text-transform: uppercase;
        border-bottom: 1px dotted #999;
        padding-bottom: 5px;
        margin-bottom: 15px !important;
    }

    .map form input,
    .map form textarea {
        width: 100%;
        height: 35px;
        border: 1px solid #999;
        margin-bottom: 10px;
        box-sizing: border-box;
        padding: 5px;
    }

    .map form textarea {
        height: 100px;
    }

    .map form button {
        width: 100px;
        height: 30px;
        text-transform: uppercase;
        font-family: roboto condensed;
        font-size: 17px;
        background: #c49d6b;
        border: none;
        color: #fff;
    }

.footer-site-name {
    text-transform: uppercase;
    font-weight: bold;
}

.copyright {
    background: #414042;
    height: 40px;
}

.copyright-text {
    float: left;
    color: #fff;
    margin: 0 0 0 20px;
    line-height: 40px;
}

.social {
    float: right;
    margin-right: 25px;
    font-size: 26px;
    color: #fff;
    line-height: 40px;
}

.master {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
}

    .master a {
        color: #b7b7b7;
        font-size: 12px;
    }

/* LIỆT KÊ TIN */

.box-list-1 .older-news .box-img {
    width: 40%;
    padding-top: 22.5%;
    display: block;
    float: left;
    margin-right: 10px;
}

.box-list-news .older-news li:first-child .box-img {
    width: 100%;
    padding-top: 56.25%;
}

.box-list-news .older-news li:first-child .title {
    font-size: 20px;
}

/* CHI TIẾT TIN */
.pathway {
    border-bottom: 1px solid #999;
    margin-bottom: 15px;
    height: 50px;
    line-height: 50px;
}

    .pathway a {
        font-family: 'Times New Roman', Times, serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 20px;
        color: #a47b4e !important;
        text-decoration: none !important
    }

        .pathway a:last-child {
            font-family: roboto;
            font-size: 16px;
        }

    .pathway span {
        color: #c49d6b;
        font-size: 20px;
        margin: 0 5px;
    }

.datetime {
    font-family: Roboto condensed;
}

.printEmail .print {
    display: block;
    float: right;
    width: 18px;
    height: 15px;
    /*background: url(../images/print-ico.png) no-repeat;*/
    cursor: pointer;
}

.printEmail .email {
    display: block;
    float: right;
    width: 18px;
    height: 15px;
    margin-left: 2px;
    /*background: url(../images/email-ico.png) no-repeat;*/
    cursor: pointer;
}

.fb-like {
    float: left;
}

.printEmail {
    float: right;
}

.detail-sapo {
    font-weight: bold;
}

.box-detail p {
    font-size: 15px;
    line-height: 1.4;
    margin-left: 0 !important;
}
    .box-detail p span {
        font-size: 15px !important;
        font-family: 'roboto', sans-serif !important;
    }
.box-detail ul li{
    list-style:circle;
}
.box-detail li span {
    font-size: 15px !important;
}
.box-detail span {
    font-size: 15px !important;
    font-family: 'roboto', sans-serif !important;
}
.detail-article {
    margin-bottom: 30px;
}

    .detail-article ul,
    .detail-article ol {
        padding-left: 25px;
    }

        .detail-article ul li,
        .detail-article ol li {
            margin-bottom: 5px;
        }

h1 {
    margin: 15px 0;
}

    h1.detail-title {
        margin-top: 0;
    }

h2, h3 {
    margin: 10px 0;
}

h4, h5, h6 {
    margin: 7px 0;
}

.category-1 {
    margin-bottom: 20px;
}

.cu-hon .title {
    font-weight: normal;
    line-height: 1.5;
}

.cu-hon ul {
    list-style-type: square;
    list-style-position: inside;
}

.cu-hon li {
    margin-bottom: 10px;
}

.detail-article table:not(.MASTERCMS_TPL_TABLE) * {
    padding: inherit !important;
    margin: inherit !important;
}
/* LIỆT KÊ DỰ ÁN */
.box-list-project .main-news {
    margin-bottom: 15px;
}

    .box-list-project .main-news .box-img {
        width: 70%;
        float: right;
        margin-left: 20px;
        padding-top: 45%;
    }

    .box-list-project .main-news .title {
        font-size: 30px;
        color: #253e76;
    }

.box-list-project .sapo,
.other-proj .sapo {
    margin: 10px 0;
}

.vmore {
    font-weight: bold;
    color: red;
}

    .vmore:hover {
        text-decoration: underline;
    }

.box-list-project .member .colum {
    /*width: 287px;*/
    margin-bottom: 25px;
}

.box-list-project .member .title,
.other-proj .title {
    font-size: 18px;
    color: #253e76;
}

.box-list-project .member .box-title,
.other-proj .box-title {
    margin-top: 5px;
}

.box-list-project .member .colum:nth-child(3n) {
    /*width: 270px;*/
    margin-right: 0;
    padding-right: 0;
    background: none;
}

/* CHI TIẾT DỰ ÁN */

.project-detail {
    margin-top: 15px;
}

.other-proj {
    width: 266px;
    float: left;
}

    .other-proj li {
        margin-bottom: 25px;
    }

.project-content {
    width: 600px;
    float: right;
}

.mt0 {
    margin-top: 0;
}

/* CHI TIẾT THÀNH VIÊN */

.detail-member-sapo {
    font-weight: bold;
    line-height: 1.4;
    text-align: right;
}

/* TAB LAYOUT */

.tab-layout .left {
    width: 214px;
    float: left;
}

.tab-layout .right {
    width: 655px;
    float: right;
}

.list-tabs li {
    background: #efefef;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 1px;
}

    .list-tabs li a {
        text-transform: uppercase;
        font-weight: bold;
        color: #c49d6b;
    }

    .list-tabs li:hover,
    .list-tabs li.active {
        background: #e6312e;
    }

        .list-tabs li:hover a,
        .list-tabs li.active a {
            color: #fff;
        }


.list-tb li {
    padding: 20px 100px 20px 20px;
    position: relative;
}

    .list-tb li a {
        font-weight: bold;
        color: #c49d6b;
    }

    .list-tb li:nth-child(odd) {
        background: #f8f8f8;
        border-bottom: 1px solid #e8e8e8;
    }

.arrRight {
    display: inline-block;
    width: 16px;
    height: 11px;
    /*background: url(../images/right-arrow.png) no-repeat;*/
    right: 10px;
    top: 50%;
    margin-top: -5.5px;
    position: absolute;
}

.icon-download {
    display: inline-block;
    width: 17px;
    height: 17px;
    /*background: url(../images/download-ico.png) no-repeat;*/
}

.icon-view {
    display: inline-block;
    width: 16px;
    height: 11px;
    /*background: url(../images/view-ico.png) no-repeat;*/
}

table .ta-center {
    text-align: center;
}

.colorBlu {
    color: #c49d6b;
}

.box-list-features .fea-item {
    /*width: 433px;
    margin-right: 18px;*/
}

    .box-list-features .fea-item:nth-child(3n) {
        margin-right: 18px !important;
    }

    .box-list-features .fea-item:nth-child(2n) {
        margin-right: 0 !important;
    }

/* TAGS */

.tags span {
    font-weight: bold;
    font-size: 16px;
    font-family: roboto condensed;
    display: inline-block;
    height: 22px;
    width: 40px;
    padding-left: 25px;
    /*background: url(../images/tag-ico.png) left center no-repeat;*/
}

.tags a {
    display: inline-block;
    padding: 5px;
    background: #e3e3e3;
    margin: 0 0 10px 5px;
    border-radius: 5px;
}

    .tags a:hover {
        background: #a3a3a3;
    }

/* PHÂN TRANG LIỆT KÊ + LỌC THEO NGÀY */

.clear-paging a,
.clear-paging span:last-child,
.clear-paging span.current {
    display: inline-block;
    width: 30px;
    height: 28px;
    background-color: #c2c2c2;
    line-height: 28px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

    .clear-paging span.current,
    .clear-paging span:last-child,
    .clear-paging a:hover {
        background-color: #0072bc;
    }

.__MB_ARTICLE_PAGING {
    float: left;
    margin: 20px 0 40px 0;
}

#filter input[type="text"] {
    border: 1px solid #ededed;
    height: 26px;
    width: 200px;
    /*background: url(../images/date-ico.png) right 3px center no-repeat;*/
    float: right;
    margin: 20px 0 40px 0;
    padding-left: 5px;
}

/* COMMENT PHOTO CAMERA */
.comment {
    display: inline-block;
    /*background: url(../images/comment-ico.png) left top 3px no-repeat;*/
    padding-left: 16px;
    margin-right: 5px;
    height: 15px;
    color: #d7d7d7;
}

.picture {
    display: inline-block;
    /*background: url(../images/photo-ico.png) left center no-repeat;*/
    margin-right: 5px;
    width: 12px;
    height: 10px;
}

.camera {
    display: inline-block;
    /*background: url(../images/video-ico.png) left center no-repeat;*/
    margin-right: 5px;
    width: 15px;
    height: 9px;
}

/* SEARCH + TAG */

.search-list .box-title,
.tags-list .box-title {
    margin-bottom: 10px;
}

.search-page .clear-paging a,
.search-page .clear-paging span:last-child,
.search-page .clear-paging span.current {
    width: unset !important;
    padding: 0 5px !important;
}

/* BOX SEARCH DOCUMENT */
.box-docs-search {
    margin: 13px 0;
}

.box-docs-search-left, .box-docs-search-right {
    float: left;
    width: 45%;
}

.box-docs-search-right {
    width: 55% !important;
}

.box-docs-search input {
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    font-size: 13px;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
}

.box-docs-search-left input {
    width: 95%;
}

.box-docs-search-right span {
    font-weight: bold;
}

.box-docs-search-right .from-date, .box-docs-search-right .to-date {
    float: left;
}

    .box-docs-search-right .from-date input, .box-docs-search-right .to-date input {
        width: 90px;
    }

.box-docs-search-right .to-date {
    margin-left: 5px;
}

.box-docs-search button, .box-listing-docs .box-document-right .navbar-brand {
    display: inline-block;
    border: none;
    height: 28px;
    background-color: #0067ad;
    color: #fff;
    padding: 0 5px;
    border-radius: 4px;
    border: 1px solid #c5c4c4;
}

    .box-docs-search button i.fa:before {
        color: #fff;
    }

.highlight {
    background: yellow;
}

.doc-detail .menu-item {
    width: 30%;
    float: left;
}

.doc-detail .box-detail {
    width: 67%;
    float: right;
}

.doc-detail .menu-item .menu-ul {
    border: 1px solid #999999;
    padding: 15px;
    border-radius: 10px;
    background: #c2e3f9;
}

    .doc-detail .menu-item .menu-ul li {
        border-bottom: 1px dashed #999999;
        padding-bottom: 7px;
        margin-bottom: 7px;
    }

.box-detail table {
    border-collapse: collapse;
    margin-bottom: 10px;
}

.box-detail td {
    /*border: 1px solid #999999;*/
    padding: 5px;
}

.box-detail tr td:first-child {
    width: 30%;
    font-weight: bold;
}


/*MENU*/
.mm-ismenu {
    background: #2A71B5 none repeat scroll 0% 0%;
    color: #f8f9fa;
    text-transform: uppercase;
}

.mm-counter {
    color: #f8f9fa;
}

.mm-btn_next {
    color: #f8f9fa;
}

.mm-listitem .mm-btn_next:before {
    content: '';
    border-left-width: 0px;
}

.mm-menu .mm-listview .mm-btn_next:after {
    border-color: #f8f9fa;
}

.mm-listitem::after {
    content: "";
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #f8f9fa;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.mm-navbar__title {
    color: #f8f9fa !important;
}

.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    border-color: #f8f9fa;
}
/*end menu*/

/*===============Thêm mới=========================*/

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
/*@media screen and (max-width: 600px) {
    ul.fixhieght {
        max-height: 300px;
        position:absolute;
        z-index: 1;
    }
}
.fixhieght {
    position: absolute;
    z-index: 1;
}
.heightfix{
    z-index: 2
}*/
.line {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
    clear:both;
}

#home i:hover {
    color: red !important;
}

#home i {
    padding-top: 5px;
}
/*@media screen and (min-width:1025px) {
    #nav-bar {
        height: 30px;
    }

        #nav-bar li {
            height: 30px;
            padding: 0 5px;
        }

            #nav-bar li a {
                font-size: 10px;
                line-height: 33px;
            }
}*/
@media screen and (max-width:812px) {
    #nav-bar {
        height: 30px;
    }

        #nav-bar li {
            height: 30px;
            padding: 0 5px;
        }

            #nav-bar li a {
                font-size: 8px !important;
                line-height: 33px;
            }
}
@media screen and (max-width:991px) {
    #nav-bar {
        height: 30px;
    }

        #nav-bar li {
            height: 30px;
            padding: 0 5px;
        }

            #nav-bar li a {
                font-size: 8px !important;
                line-height: 33px;
            }
}
@media screen and (max-width:1024px) {
    #nav-bar {
        height: 30px;
    }

        #nav-bar li {
            height: 30px;
            padding: 0 7px;
        }

            #nav-bar li a {
                font-size: 10px;
                line-height: 33px;
            }
}
@media screen and (max-width:1200px) {
    #nav-bar {
        height: 30px;
    }

        #nav-bar li {
            height: 30px;
            padding: 0 7px;
        }

            #nav-bar li a {
                font-size: 10px;
                line-height: 33px;
            }
}


.row.list-vt.bordered-bottom .bd-bt {
    background: url(../Images/border.jpg) bottom left repeat-x;
    padding-bottom: 15px;
    padding-top: 15px;
}

#lbTomTat {
    /*color: #2A71B5 !important;*/
}

.title-mk:hover {
    color: #c49d6b;
    text-decoration: none;
}

.product .item-height .item {
    overflow: hidden;
    box-shadow: 0 2px 2px #d1d1d1;
    border: 1px solid #7aa4cc;
    padding: 1px 1px 65px;
    background: rgba(255, 255, 255, 0.75);
    position: relative
}

    .product .item-height .item .logo {
        position: absolute;
        left: 1;
        top: 1;
        /*background: url(../images/chim2.png) no-repeat;*/
        background-size: 100% auto;
        width: 94px;
        height: 50px
    }

product .item-height .item .title {
    height: 65px;
    display: table;
    background-color: #e5eff9;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.product .item-height .item .title p {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: TimesNewRoman-Bold
}

    .product .item-height .item .title p a {
        color: #2a71b5;
        display: block;
        padding: 0 20px
    }

.product .item-height .item:hover {
    border: 2px solid #2a71b5;
    padding: 0 0 64px
}

    .product .item-height .item:hover .logo {
        /*background-image: url(../images/chim1.png);*/
        left: 0;
        top: 0
    }

    .product .item-height .item:hover .title {
        left: 0;
        bottom: -1px
    }
@media (max-width:979px) {
    h1, .h1 {
        font-size: 30px
    }

    h2, .h2 {
        font-size: 24px
    }

    h3, .h3 {
        font-size: 20px
    }

    h4, .h4 {
        font-size: 18px
    }

    h5, .h5 {
        font-size: 14px
    }

    .menu-top h2 { /*margin: 3% 0;*/
        font-size: 26px;
        text-align: center !important
    }

    .menu-top .logo {
        float: none
    }

    .slide {
        margin-bottom: 3%
    }

    .main .center .product .item-height .item .logo {
        width: 35%;
        height: 80px
    }
}

@media (max-width:767px) {



    .product .item-height .item .logo {
        background-size: auto
    }

    .product .item-height {
        float: none;
        display: inline-block
    }

    .detail .col-md-4 {
        max-width: 60%;
        float: left
    }
}
@media (max-width:320px) {
    .product .item-height .item .logo {
        background-size: 100% auto
    }
}

/* Mở đầu đoạn CSS HOTLINE */
.phonering-alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 200000 !important;
    right: -50px;
    bottom: 120px;
    /*left: -50px;*/
    display: block;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
}

    .phonering-alo-phone.phonering-alo-show {
        visibility: visible
    }

    .phonering-alo-phone.phonering-alo-static {
        opacity: .6
    }

    .phonering-alo-phone.phonering-alo-hover, .phonering-alo-phone:hover {
        opacity: 1
    }

.phonering-alo-ph-circle {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,0.4);
    opacity: .1;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color: #00aff2;

    opacity: .5
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color: #28a745; /*màu border ngoài*/
    opacity: .5
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color: #00aff2;
    /*border-color: #dc3545;*/
    opacity: .5
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color: #ccc;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color: #75eb50;

    opacity: .5
}

.phonering-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    background-color: #000;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color: rgba(39,45,107,0.5);
    opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color: rgba(39,45,107,0.5);
    opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color: rgba(0,175,242,0.5);
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color: rgba(204,204,204,0.5);
    opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color: rgba(117,235,80,0.5);
    opacity: .75 !important
}

.phonering-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: rgba(30,30,30,0.1) no-repeat center center;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
    animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color: #00aff2;

}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    /*background-color: #272d6b;*/
    background-color: #28a745; /*Màu phone*/
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color: #00aff2;
    /*background-color: #e51f32;*/
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color: #ccc;
  
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color: #75eb50
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-webkit-keyframes phonering-alo-ph-text-top-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        /*opacity: .2*/
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        /*opacity: .2*/
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        /*opacity: .2*/
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes phonering-alo-ph-text-top-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        /*opacity: .5*/
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        /*opacity: .8*/
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: 1
    }
}

@keyframes phonering-alo-ph-text-top-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        /*opacity: .5*/
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        /*opacity: .8*/
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: 1
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

/* Kết thúc đoạn CSS HOTLINE */
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 10px; /* Place the button at the bottom of the page */
    right: 20px; /* Place the button 30px from the right */
    z-index: 98; /* Make sure it does not overlap */
    outline: none; /* Remove outline */
    background-color: white; /* Set a background color */
    border: solid 2px #c49d6b;
    color: #c49d6b;
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 100%; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    width: 60px;
    height: 60px;
}

    #myBtn:hover {
        background-color: #e51f32; /* Add a dark-grey background on hover */
        border-color: #e51f32;
        color: white;
    }
#lbtHoangThach {
    /*display: none;*/ /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 10px; /* Place the button at the bottom of the page */
    left: 20px; /* Place the button 30px from the right */
    z-index: 100; /* Make sure it does not overlap */
    outline: none; /* Remove outline */
    background-color: white; /* Set a background color */
    border: solid 2px #c49d6b;
    color: #c49d6b;
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 100%; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    width: 60px;
    height: 60px;
}

    #lbtHoangThach:hover {
        background-color: #e51f32; /* Add a dark-grey background on hover */
        border-color: #e51f32;
        color: white;
    }




/*nút chat*/
/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
    position: fixed; /* Fixed/sticky position */
    bottom: 80px; /* Place the button at the bottom of the page */
    right: 20px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    outline: none; /* Remove outline */
    background-color: #00aff2; /* Set a background color */
    border: solid 1px white;
    color: white;
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 100%; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    width: 60px;
    height: 60px;
}

/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9999 !important;
}

/* Add styles to the form container */
.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}

    /* Full-width textarea */
    .form-container textarea {
        width: 100%;
        padding: 15px;
        margin: 5px 0 22px 0;
        border: none;
        background: #f1f1f1;
        resize: none;
        min-height: 200px;
    }

        /* When the textarea gets focus, do something */
        .form-container textarea:focus {
            background-color: #ddd;
            outline: none;
        }

    /* Set a style for the submit/send button */
    .form-container .btn {
        background-color: #4CAF50;
        color: white;
        padding: 16px 20px;
        border: none;
        cursor: pointer;
        width: 100%;
        margin-bottom: 10px;
        opacity: 0.8;
        height:50px;
    }

    /* Add a red background color to the cancel button */
    .form-container .cancel {
        background-color: red;
    }

    /* Add some hover effects to buttons */
    .form-container .btn:hover, .open-button:hover {
        opacity: 1;
    }

    /*nút xóa liên hệ*/
.callout {
    /*position: fixed;
    bottom: 35px;
    right: 20px;
    margin-left: 20px;
    max-width: 300px;*/
}

.callout-header {
    /*padding: 25px 15px;*/
    /*background: #555;*/
    font-size: 30px;
    color: white;
}

.callout-container {
    /*padding: 15px;
    background-color: #ccc;
    color: black*/
}

.closebtn {
    position: absolute;
    top: 5px;
    right: 15px;
    color: crimson;
    font-size: 30px;
    cursor: pointer;
}

    .closebtn:hover {
        color: lightgrey;
    }

.phonering-alo-ph-text-top {
    /*width: 100px;
    height: 100px;*/
    top: 30px;
    left: 50px;
    position: absolute;
    font-size:15px;
    /*background-color: #000;*/
    /*color: red;*/
    /*border-radius: 100%;*/
    /*border: 2px solid transparent;*/
    -webkit-animation: phonering-alo-ph-text-top-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-ph-text-top-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}
#hplTieuDeAnh{
    max-width: 100px;
}
.mh-330{
    max-height:330px;
}
@media only screen and (max-width: 1024px) and (max-height: 768px) {
    .mh-330{
        min-height: 221px;
    }
}
=================================================
@-webkit-keyframes my {
    0%

{
    color: #c49d6b;
}

50% {
    color: #fff;
}

100% {
    color: #c49d6b;
}

}

@-moz-keyframes my {
    0% {
        color: #c49d6b;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #c49d6b;
    }
}

@-o-keyframes my {
    0% {
        color: #c49d6b;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #c49d6b;
    }
}

@keyframes my {
    0% {
        color: #c49d6b;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #c49d6b;
    }
}

.test {
    /*background:#3d3d3d;*/
    font-size: 24px;
    font-weight: bold;
    -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite;
    -o-animation: my 700ms infinite;
    animation: my 700ms infinite;
    max-width: 100%;
    height: 800px;
}

    .test label {
        padding-top: 15px;
    }

/*==========================================================*/
#tbNPP tr:nth-child(2) > td:nth-child(1){
    color:red;
    font-weight:bold;


}
#tbNPP tr:nth-child(2) > td:nth-child(2) {
    color: red;
    font-weight: bold;
}

#tbNPP tr:nth-child(16) > td:nth-child(1) {
    color: red;
    font-weight: bold;
}
#tbNPP tr:nth-child(16) > td:nth-child(2) {
    color: red;
    font-weight: bold;
}